Local produce marketplaceBuilt on Agumbe Cloud Development Environment

Items in this order

Let buyers review a single order in detail, including items, totals, fulfillment method, and status timeline, and provide farmers with a clear snapshot of what needs to be prepared.

Order items
Source: api:/api/orders/{{order.id}}/items
ProductQuantityPrice / unitLine total
Heirloom Tomatoes2 kg$4.50 / kg$9.00
Free-range Eggs1 dozen$5.00 / dozen$5.00

Fulfillment details

Pickup / Delivery

{{order.fulfillment_method === 'pickup' ? 'Pickup at: ' + order.pickup_location : 'Delivery to: ' + order.delivery_address}}

Preferred time window

{{order.fulfillment_window || 'Farmer will confirm a time window after reviewing your order.'}}

Contact details

Farmer: {{order.farmer_name}} · {{order.farmer_phone || 'Phone not provided'}}

Status timeline

Let buyers review a single order in detail, including items, totals, fulfillment method, and status timeline, and provide farmers with a clear snapshot of what needs to be prepared.

Order progress

Pending

Your order was placed on {{order.created_at}} and is waiting for the farmer to review.

Confirmed

The farmer has confirmed product availability and is preparing your order.

{{order.fulfillment_method === 'pickup' ? 'Ready for pickup' : 'Out for delivery'}}

{{order.fulfillment_method === 'pickup' ? 'You will receive instructions when your order is ready for pickup.' : 'You will receive a notification when your order is on its way.'}}

Completed

Order marked as completed once you have picked up or received your items.

Report an issue with this order

Let the farmer know if something is missing, damaged, or not as expected.